Package-level declarations

This package provides the custom view which include the preview/camera/analyzer for the barcode scanning.

Types

Link copied to clipboard
class BarcodeScanPreviewView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout, PreviewControllerInterface

This class is the custom view which include the preview/camera/analyzer for the barcode scanning. Please use it as UI component and operate with the right interface API.

Link copied to clipboard

This interface callback describes what to do when the engine detected the barcode. The developers can implement this interface to customize their own scanning logic